From: Zheng Zhu Date: Mon, 22 Nov 2004 04:13:31 +0000 (+0000) Subject: small fixes X-Git-Tag: 1.5.0alpha1~1280 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=f96ea1fc9f5c09ef557bbe64517b3d85e82d77e7;p=lhc%2Fweb%2Fwiklou.git small fixes --- diff --git a/includes/zhtable/Makefile b/includes/zhtable/Makefile index 550817fdfe..372109b652 100644 --- a/includes/zhtable/Makefile +++ b/includes/zhtable/Makefile @@ -211,10 +211,10 @@ toTW.dict: simp2trad1to1.t simp2trad.phrases.t cat simp2trad.phrases.t | $(SED) 's/[, \t]//g' | $(SED) 's/=>/\t/' >> toTW.dict toHK.dict: toHK.manual - cat toHK.manual | $(SED) 's/[ ]//g' | $(SED) 's/\(^[^ \t]*\)[ \t][ \t]*\([^ \t]*\)/"\1"\t"\2"/' > toHK.dict + cat toHK.manual | $(SED) 's/ //g' | $(SED) 's/\(^.*\)\t\(.*\)/"\1"\t"\2"/' > toHK.dict toSG.dict: toSG.manual - cat toSG.manual | $(SED) 's/[ ]//g' | $(SED) 's/\(^[^ \t]*\)[ \t][ \t]*\([^ \t]*\)/"\1"\t"\2"/' > toSG.dict + cat toSG.manual | $(SED) 's/ //g' | $(SED) 's/\(^.*\)\t\(.*\)/"\1"\t"\2"/' > toSG.dict